Uses of Class
org.eclipse.vtp.desktop.editors.core.elements.CustomIntegrationElement

Packages that use CustomIntegrationElement
org.eclipse.vtp.desktop.editors.core.elements   
 

Uses of CustomIntegrationElement in org.eclipse.vtp.desktop.editors.core.elements
 

Methods in org.eclipse.vtp.desktop.editors.core.elements that return CustomIntegrationElement
 CustomIntegrationElement CustomIntegrationElementManager.createElement(java.lang.String typeId)
           
 CustomIntegrationElement CustomIntegrationElementManager.createElement(java.lang.String typeId, java.lang.String id, java.lang.String name)
           
protected  CustomIntegrationElement CustomIntegrationPropertiesPanel.getElement()
           
 CustomIntegrationElement CustomIntegrationInformationProvider.getElement()
           
 

Constructors in org.eclipse.vtp.desktop.editors.core.elements with parameters of type CustomIntegrationElement
CustomIntegrationGeneralPropertiesPanel(CustomIntegrationElement ppe)
          Creates a new LanguageSelectionGeneralPropertiesPanel.
CustomIntegrationGeneralPropertiesPanel(java.lang.String name, CustomIntegrationElement ppe)
           
CustomIntegrationInformationProvider(CustomIntegrationElement element)
           
CustomIntegrationPropertiesPanel(java.lang.String name, CustomIntegrationElement element)
           
MissingCustomIntegrationInformationProvider(CustomIntegrationElement element)
           
ScriptedCustomIntegrationInformationProvider(CustomIntegrationElement element)